xcGauge Pro Property Help Version 1

xcGauge Main Menu

Worldwide Productions Inc.
ONLINE MENU

http://www.wwp-inc.com


WWP HOME
WWP ONLINE HELP
WWP DOWNLOADS


______________

You must have a
connection to the internet for
online option to function.

Properties are listed in alphabetic order

xcBackgroundcolor
xcBackgroundTransparent
xcCaption
xcCaptionColor
xcCaptionFont
xcCaptionHeight
xcCaptionVisible
xcCentreColor
xcGaugeType
xcLimitAColor
xcLimitBColor
xcLimitCColor
xcLimitAEnabled
xcLimitBEnabled
xcLimitCEnabled
xcLimitAInnerRadius
xcLimitAOuterRadius
xcLimitAStart
xcLimitAStop
xcLimitBInnerRadius
xcLimitBOuterRadius
xcLimitBStart
xcLimitBStop
xcLimitCInnerRadius
xcLimitCOuterRadius
xcLimitCStart
xcLimitCStop

xcMajorTicColor
xcMajorTicCount
xcMajorTicEnabled
xcMajorInnerRadius
xcMajorOuterRadius
xcMajorTicWidth
xcMax
xcMin
xcMinor TicColor
xcMinorTicCount
xcMinorTicEnabled
xcMinorInnerRadius
xcMinorOuterRadius
xcMinorTicWidth
xcNeedleColor
xcNeedleWidth
xcScaleOffsetStart
xcScaleOffsetStop
xcTicLabelColor
xcTicLabelCount
xcTicLabelEnabled
xcTicLabelFont
xcTicLabelInnerRadius
xcValue

More options
Custom Property Pages (General Information)
Custom Property Pages (xcGauge PRO Version)

Events
Mouse Move()
Mouse Down()
Mouse Up()
Mouse Click()

BACK TO xcCONTROLS MAIN HELP PREVIOUS TOPIC NEXT TOPIC

 

xcBackgroundColor

 
Data Type: Long Integer or OLE_COLOR
   
Description: Return or set the background color of the control.
   
Example: object.xcBackGroundColor = RGB(255,255,255)
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcBackgroundTransparent

 
Data Type: Boolean
   
Description: Return or set whether the control's background is opaque or transparent.
   
Example: object.xcBackGroundTransparent = False
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcCaption

 
Data Type: String
   
Description: Return or set the caption for the control.
   
Example: object.xcCaption = "xcGauge"
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcCaptionColor

 
Data Type: Long Integer or OLE_COLOR
   
Description: Return or set the color of the caption.
   
Example: object.xcCaptionColor = RGB(255,0,0)
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcCaptionFont

 
Data Type: Font Object
   
Description: Return or set the font of the caption.
   
Example: object.xcCaptionFont = "MS Sans Serif"
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcCaptionHeight

 
Data Type: Integer
   
Description: Return or set the y-coordinate or height of the caption centre to the gauge.
   
Example: object.xcCaptionHeight = 110
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcCaptionVisible

 
Data Type: Boolean
   
Description: Return or set whether the caption is visible on the gauge.
   
Example: object.xcCaptionVisible = False
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcCentreColor

 
Data Type: Long Integer or OLE_COLOR
   
Description: Return or set the centre color of the gauge.
   
Example: object.xcCentreColor  = RGB(255,255,255)
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcGaugeType

 
Data Type: Integer
   
Description: Return or set the type of graphical gauge that is visible to the user.
   
Example: object.xcGaugeType  = 0 or Type01
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcLimitAColor
xcLimitBColor
xcLimitCColor

 
Data Type: Long Integer or OLE_COLOR
   
Description: Return or set the limit color for the gauge control.
   
Example: object.xcLimitAColor  = RGB(255,0,0)
object.xcLimitBColor = RGB(0,255,0)
object.xcLimitCColor = RGB(0,0,255)
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcLimitAEnable
xcLimitBEnable
xcLimitCEnable

 
Data Type: Single
   
Description: Return or set whether or not the limit is visible on the gauge control.
   
Example: object.xcLimitAEnabled = True
object.xcLimitBEnabled = False
object.xcLimitCEnabled = False
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcLimitAInnerRadius
xcLimitBInnerRadius
xcLimitCInnerRadius

 
Data Type: Single
   
Description: Return or set the inner radius of the color limits. The closer the value is to zero, the closer the limits inner radius is to the centre of the gauge.
   
Example: object.xcLimitAInnerRadius = 0.55
object.xcLimitBInnerRadius = 0.65
object.xcLimitCInnerRadius = 0.75
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcLimitAOuterRadius
xcLimitBOuterRadius
xcLimitCOuterRadius

 
Data Type: Single
   
Description: Return or set the outer radius of the color limits. The closer the value is to zero, the closer the limits outer radius is to the centre of the gauge.
   
Example: object.xcLimitAOuterRadius = 0.95
object.xcLimitBOuterRadius = 0.85
object.xcLimitCOuterRadius = 0.75
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcLimitAStart
xcLimitBStart
xcLimitCStart

 
Data Type: Single
   
Description: Return or set the starting point of the limit on the scale where the limit will begin.
   
Example: object.xcLimitAStart = 10
object.xcLimitBStart = 30
object.xcLimitCStart = 50
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcLimitAStop
xcLimitBStop
xcLimitCStop

 
Data Type: Single
     
Description: Return or set the stopping point of the limit on the scale where the limit will end.
     
Example: object.xcLimitAStop = 30
object.xcLimitBStop = 50
object.xcLimitCStop = 70
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcMajorTicColor

  
Data Type: Long Integer or OLE_COLOR
     
Description: Return or set the color of the major tic marks.
     
Example: object.xcMajorTicColor  = RGB(0,0,0)
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcMajorTicCount

  
Data Type: Integer
     
Description: Return or set the number of tics which divide up the scale xcMin and xcMax
     
Example: object.xcMajorTicCount = 10
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcMajorTicEnabled

  
Data Type: Boolean
     
Description: Return or set whether or not the tic marks are visible.
     
Example: object.xcMajorTicEnabled = True  (visible)
object.xcMajorTicEnabled = False (not visible)
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcMajorTicInnerRadius

abc  
Data Type: Single
     
Description: Return or set the inner radius of the major tic marks. The closer the value is to zero, the closer the inner point of the tic mark is to the centre of the gauge.
     
Example: object.xcMajorTicInnerRadius = 0.65
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcMajorTicOuterRadius

  
Data Type: Single
        
Description: Return or set the outer radius of the major tic marks. The closer the value is to zero, the closer the outer point of the tic mark is to the centre of the gauge.
     
Example: object.xcMajorTicOuterRadius = 0..9
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcMajorTicWidth

  
Data Type: Integer
     
Description: Return or set the thickness of the major tic marks.
     
Example: object.xcMajorWidth = 1
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcMax

  
Data Type: Single
     
Description: Return or set the maximum scale value of the gauge.
     
Example: object.xcMax = 100
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcMin

  
Data Type: Single
     
Description: Return or set the minimum scale value of the gauge.
     
Example: object.xcMin = 0
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcMinorTicColor

  
Data Type: Long Integer or OLE_COLOR
     
Description: Return or set the color of the minor tic marks.
     
Example: object.xcMinorTicColor  = RGB(0,0,0)
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcMinorTicCount

  
Data Type: Integer
     
Description: Return or set the number of tics which divide up the scale xcMin and xcMax
     
  object.xcMinorTicCount = 10
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcMinorTicEnabled

abc  
Data Type: Boolean
     
Description: Return or set whether or not the tic marks are visible.
     
Example: object.xcMinorTicEnabled = True  (visible)
object.xcMinorTicEnabled = False (not visible)
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcMinorTicInnerRadius

abc  
Data Type: Single
     
Description: Return or set the inner radius of the minor tic marks. The closer the value is to zero, the closer the inner point of the tic mark is to the centre of the gauge.
     
Example: object.xcMinorTicInnerRadius = 0.65
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcMinorTicOuterRadius

abc  
Data Type: Single
     
Description: Return or set the outer radius of the minor tic marks. The closer the value is to zero, the closer the outer point of the tic mark is to the centre of the gauge.
     
Example: object.xcMinorTicOuterRadius = 0..9
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcMinorTicWidth

  
Data Type: Integer
     
Description: Return or set the thickness of the minor tick marks in pixels.
     
Example: object.xcMinorWidth = 1
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcNeedleColor

  
Data Type: Long Integer or OLE_COLOR
     
Description: Return or set the color of the needle
     
Example: object.xcNeedleColor  = RGB(0,0,255)
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcNeedleWidth

  
Data Type: Integer
     
Description: Return or set the thickness of the needle in pixels
     
Example: object.xcNeedleWidth = 1
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcScaleOffsetStart

  
Data Type: Integer
     
Description: Return or set the start point  in degrees where xcMin will start

Remarks:
The ZERO degree orientation is located at SIX HUNDRED HOURS standard time.  The default rotation for the scale moves in a CLOCKWISE rotation.

     
Example: object.xcScaleOffsetStart = 90
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcScaleOffsetStop

  
Data Type: Integer
     
Description: Return or set the stop point in degree's where xcMax will stop.

Remarks:
The ZERO degree orientation is located at SIX HUNDRED HOURS standard time.  The default rotation for the scale moves in a CLOCKWISE rotation.
     
Example: object.xcScaleOffsetStop = 270
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcTicLabelColor

  
Data Type: Long Integer or OLE_COLOR
     
Description: Return or set the color of the tic label text.
     
Example: object.xcTicLabelColor = RGB(0,0,0)
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcTicLabelCount

  
Data Type: Integer
     
Description: Return or set the number of tic labels that will divide up xcMin and xcMax
     
Example: object.xcTicLabelCount = 10
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcTicLabelEnabled

  
Data Type: Boolean
     
Description: Return or set whether or not the tic labels are visible on the gauge control.
     
Example: object.xcTicLabelEnabled= True (visible)
object.xcTicLabelEnabled = False (not visible)
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcTicLabelFont

  
Data Type: Font
     
Description: Return or set the font of the tic labels.
     
Example: object.xcTicLabelFont = "MS Sans Serif"
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcTicLabelInnerRadius

  
Data Type: Single
     
Description: Return or set the inner radius of the tic labels. The closer the value is to zero, the closer the tic labels are to the centre of the gauge.
     
Example: object.xcTicLabelInnerRadius= 0.75
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcValue

  
Data Type: Single
     
Description: Return or set the needle value for the gauge between xcMin and xcMax
    
Example: object.xcValue = 50
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS